home *** CD-ROM | disk | FTP | other *** search
- @ECHO OFF
- @REM * TMove is actually just a batch file that automaticly adds the /M
- @REM * switch to each TCOPY command. I don't see the sense in wasting more
- @REM * disk space writing another "move" program when implementing it into my
- @REM * copy program was so easy. Simply use this batch file EXACTLY like you
- @REM * would use TCOPY. If you type "TMOVE /?" you will get the TCOPY info
- @REM * screen. There is plent of room for all your command line switches
- @REM * included in this batch file. Enjoy!
- @REM
- @REM * Feel free to delete these REM statements. This only requires the
- @REM * "@TCOPY..." line!
-
- @TCOPY %1 %2 %3 %4 %5 %6 %7 %8 /M
-
-